From 886c878e97df4a19511350cab8939370df42492b Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 24 Jul 2016 21:16:21 +0300 Subject: [PATCH] Fix config loading test --- tests/bad-config.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/bad-config.rs b/tests/bad-config.rs index 3b806ef46..710416b8e 100644 --- a/tests/bad-config.rs +++ b/tests/bad-config.rs @@ -112,7 +112,10 @@ fn bad5() { assert_that(foo.cargo("new") .arg("-v").arg("foo").cwd(&foo.root().join("foo")), execs().with_status(101).with_stderr("\ -[ERROR] Couldn't load Cargo configuration +[ERROR] Failed to create project `foo` at `[..]` + +Caused by: + Couldn't load Cargo configuration Caused by: failed to merge key `foo` between files: -- 2.30.2